home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / fileutil / zipr413.zip / ZIPR.REV < prev    next >
Text File  |  1993-12-26  |  41KB  |  1,079 lines

  1.                  ZIP'R For DOS (Single-User) Revision History
  2.  
  3.  
  4. 12-26-93 ■ Version 4.13
  5.  
  6.            . Updated internal registration codes.
  7.  
  8.  
  9. 09-14-93 ■ Version 4.12
  10.  
  11.            . Added support to read the two new parameters from the
  12.              [VIDEO] section of the .ZIF file.
  13.  
  14.            . Added code to allow the output of the compression programs
  15.              to be suppressed when compressing or decompressing a file.
  16.              (The output cannot be suppressed during temporary file
  17.              creation, due to a conflict with the method used in this
  18.              routine.)
  19.  
  20.            . Added code to allow the selection of screen write modes.
  21.              Choices are BIOS, Direct, or AUTO.
  22.  
  23.  
  24. 08-14-93 ■ Version 4.11
  25.  
  26.            . Added date code to indicate the date of the last internal
  27.              code change.
  28.  
  29.            . Wrote common routine to display the Prelog, Epilog, and
  30.              Update nag screen backgrounds.  (Reduced program size by
  31.              about 6K.)
  32.  
  33.  
  34. 07-05-93 ■ Version 4.1
  35.  
  36.            . Corrected problems in the RegistrationNumber processing
  37.              routine.
  38.  
  39.            . Removed references to RegistrationCity in all routines.
  40.  
  41.            . Streamlined code in EXEC module to reduce code size.
  42.  
  43.            . Modified ZIPR.INI read routine to read new style
  44.              Registration section.  (Dropped support for old style.)
  45.  
  46.            . Combined separate ZIPR.INI read routines into one sub-routine.
  47.  
  48.            . Re-wrote entire ZIPR.INI read routines to prevent possible
  49.              problems when reading the ZIPR.INI file.
  50.  
  51.            . Added commands to swap ZIP'R to disk and load the specified
  52.              command processor when executing a .IN or .OUT command.
  53.  
  54.            . Removed implicit references to COMMAND.COM (SYSTEM) in
  55.              the .IN and .OUT file processing routines.
  56.  
  57.            . Corrected a potential problem where a hard-coded
  58.              "COMMAND /C " was being issued to automatically execute
  59.              the ZIF Editor if no command-line parameters were
  60.              passed to ZIP'R.
  61.  
  62.  
  63. 06-12-93 ■ Version 4.0
  64.  
  65.            . Released ZIP'R v4.0 with version 2.0 of the ZIF Editor.
  66.  
  67.  
  68. 06-11-93 ■ Version 3.3  (Internal BETA Version.  Not Released.)
  69.  
  70.            . Eliminated slow screen drawing commands in the prelog
  71.              screen routines.  (The speed increase will be most
  72.              noticeable when running under Windows.)
  73.  
  74.            . Revised prelog screen.  New screen eliminates unnecessary
  75.              information and presents the remaining information in a
  76.              more visually appealing form.
  77.  
  78.            . Added installation program to automate the installation
  79.              process.  ZIP'R will now be distributed with the
  80.              INSTALL.EXE and ZIPR??.BCF files only.
  81.  
  82.            . Updated registration number code.
  83.  
  84.            . Changed the location of the DontInterruptCompMessage
  85.              subroutine to eliminate the red flash prior to displaying
  86.              the query dialog box.
  87.  
  88.            . Removed hard-coded "C:" drive specification when ZIP'R
  89.              exits.  Previously, ZIP'R would log to the root directory
  90.              of the C: drive.  Now, ZIP'R will log to the root
  91.              directory of the drive on which ZIP'R was invoked.
  92.  
  93.            . Removed hard-coded "COMMAND.COM" references, and replaced
  94.              them with information gathered from the COMSPEC variable.
  95.              This should allow COMMAND.COM replacements, such as
  96.              NDOS.COM and 4DOS.COM to operate correctly.
  97.  
  98.            . Removed dependence on the "System REM >" call to create
  99.              zero-length token files.  Now open a file and write
  100.              the filename to it.  (This method is faster, and
  101.              will not cause problems for NDOS, and possibly 4DOS.)
  102.  
  103.            . Modified command-line parameter handling to automat-
  104.              ically load the ZIF Editor if no parameters are
  105.              entered on the ZIP'R command line.
  106.  
  107.            . Enhanced the AlternateDIR feature of ZIP'R to allow
  108.              moving more than one level deep from the compressed
  109.              file.  This enhancement allows ZIP'R to be completely
  110.              compatible with the Alternate Compressed File Directory
  111.              feature of the new ZIF Editor.
  112.  
  113.            . Corrected a potential problem when reading .ZIF files.
  114.              A GoTo label was placed in an IF...Then loop, which
  115.              could have caused problems.
  116.  
  117.            . Corrected a problem reading the "CompressedFileName="
  118.              entry in the new style .ZIF files.  (New style .ZIF
  119.              files contain the compressed file extension, and this
  120.              must be removed before passing to ZIP'R.)
  121.  
  122.            . Added code to read new style .ZIF files generated by
  123.              version 1.4 of the ZIF Editor.
  124.  
  125.            . Corrected a display problem where a long command line
  126.              would corrupt the error message screen.
  127.  
  128.            . Added new FieldLength variable and deleted other field-
  129.              specific length variables in the prelog subroutine.
  130.  
  131.            . Modified prelog screen to allow room for information
  132.              regarding Cluster Size, Accurate File Size Calculation,
  133.              and Sorted Extraction.
  134.  
  135.            . Improved the speed of the deleted file scanning
  136.              routine by deleting all files and/or sub-directories
  137.              at once, rather than one at a time.
  138.  
  139.  
  140. 05-02-93 ■ Version 3.2
  141.  
  142.            . Fixed problem with ZIP'R not deleting .TK4 and .TK5
  143.              files when using the "Update" option.
  144.  
  145.            . Added a check in case one of the .TK4 or .TK5 files
  146.              does not exist, to make sure that both files are
  147.              deleted before returning from the subroutine.
  148.  
  149.            . Changed "Update Only" to "Update" on the Update nag
  150.              screen.
  151.  
  152.            . Added a check to make sure that the .TK4 and .TK5
  153.              files exist before scanning for deleted files.  This
  154.              prevents ZIP'R from displaying the "Scanning for
  155.              deleted files..." message when compressing a program
  156.              that was left in an uncompressed state.  (This can
  157.              occur when using the "ZIP-Q-U" options, and choosing not
  158.              to compress the program after exiting the first time.)
  159.  
  160.            . Added a check to make sure that the .ZIP file exists
  161.              before generating the .TK4 and .TK5 files.  This
  162.              prevents PKUNZIP.EXE from generating an error
  163.              message.
  164.  
  165.            . Added a jump to display the "Scanning for deleted
  166.              files..." message if more than one file/directory
  167.              was deleted from the .ZIP file.  This prevents the
  168.              message from scrolling off the screen.
  169.  
  170.            . Changed "Searching for deleted files..." message to
  171.              "Scanning for deleted files...".
  172.  
  173.            . Changed message during the check for deleted files
  174.              from "Compression in progress..." to "Searching for
  175.              deleted files...".
  176.  
  177.            . Added a 32-bit CRC check comparing the old and new
  178.              file lists.  If the two values match, do not check
  179.              individual files for deleted files/directories.
  180.  
  181.            . Added twirling bars to the "Compression in progress.
  182.              Do NOT interrupt!" screen.  This feature provides an
  183.              activity indicator during processing.
  184.  
  185.            . Fixed a bug in the "Update" routine that was
  186.              causing ZIP'R to fail to delete a user-deleted file
  187.              from the original .ZIP file.
  188.  
  189.            . Fixed a bug in "Update" routine that was deleting
  190.              the wrong files from the original .ZIP file.  (No data
  191.              was lost, because PKZIP updated the missing files.)
  192.  
  193.            . Added error message if "-U" option is used with ARJ,
  194.              LHA, or SQZ.  (These programs do not yet perform
  195.              the necessary list file creation.)
  196.  
  197.            . Added "Query" code to ARJ, LHA, and SQZ modules.
  198.  
  199.            . Added delay screen with pause when unregistered copies
  200.              of ZIP'R use the "Update" feature.
  201.  
  202.            . Fixed problem with ZIP'R not deleting the original
  203.              .ZIP file if the "Update" option was also selected.
  204.  
  205.            . Added "Query" feature to ZIP'R For DOS.  Adding "-Q" to
  206.              the type of compression field will prompt the user
  207.              whether to re-compress the program after it is exited.
  208.  
  209.            . Reduced code size in ZIP and ARJ modules by combining
  210.              redundant character strings into variables.
  211.  
  212.            . Added code to clear the screen between .TK4 and .TK5
  213.              creation routines.
  214.  
  215.            . Changed the name of ZIP'R to ZIP'R For DOS.
  216.  
  217.            . Combined .TK4 and .TK5 creation routines into a
  218.              single sub-routine.  (OldFileList and NewFileList)
  219.  
  220.            . Shortened PKZIP command lines to reduce code size.
  221.  
  222.            . Fixed a display problem when the "Update" code
  223.              deleted a file from an existing .ZIP file.
  224.  
  225.            . Fixed a bug when reading the temporary file list
  226.              files that would never find a deleted file.  (EOF
  227.              marker was always found immediately.)
  228.  
  229.            . Changed method of comparing old and new file lists
  230.              from String Arrays to standard files.  Compiler
  231.              problems caused String Arrays to be too unreliable.
  232.              This method is slower, but does not have a limit on
  233.              the number of files that can be handled.
  234.  
  235.            . Added code to suppress the deletion of the .ZIP file
  236.              after decompression if "-U" appears in the ZipType
  237.              entry on the command line.
  238.  
  239.            . Added support to read the "-U" (Update Only) option
  240.              from the command line.
  241.  
  242.            . Preliminary testing on the "Update" code indicates
  243.              up to a ten-fold improvement in compression speed.  The
  244.              most improvement is achieved on directories containing
  245.              a small number of large files.  Improvements of about 25%
  246.              are achieved on directories containing a large number of
  247.              small files.  (Code optimization should be able to
  248.              improve this even further.)
  249.  
  250.            . Corrected a problem in the "Update" code where data
  251.              from the old and new file lists was not being transferred
  252.              to the arrays properly.  (This caused an erroneous
  253.              mis-match between the two array lists.)
  254.  
  255.            . Fixed a bug in the "Update" code where reading a
  256.              line that contained an EOF marker as the last character
  257.              would prematurely abort.  (The solution is to read the
  258.              line before checking for the EOF marker.)
  259.  
  260.            . Preliminary coding begun for "Update" compression.
  261.  
  262.            . Updated internal registration information.
  263.  
  264.            . Improved the accuracy of the Conventional memory
  265.              calculation on the prelog screen.  (This figure should
  266.              still be slightly low, depending on the size of
  267.              COMMAND.COM and environment.
  268.  
  269.  
  270. 03-24-93 ■ Version 3.1
  271.  
  272.            . Added time stamp on all files to indicate the version
  273.              number.
  274.  
  275.            . Added code to create another random filename if the
  276.              file corresponding to the first filename created already
  277.              exists.  This could happen if a directory became filled
  278.              with undeleted signal files, or if another copy of ZIP'R
  279.              had created a file with the same name (very unlikely).
  280.  
  281.            . Changed ARJ compression and decompression command lines
  282.              to place all the options in the same area.
  283.  
  284.            . Removed extra registration slots to reduce code size
  285.              by about 20K.
  286.  
  287.            . Added code to allow retail shareware versions to be
  288.              registered.
  289.  
  290.            . Now use BIOS when displaying "Calculating disk space
  291.              required for decompression..." warning message to
  292.              prevent SQZ from overwriting previous text.
  293.  
  294.            . Changed the method used to read the temporary file, which
  295.              increased the speed of the Accurate File Size Calculation
  296.              by almost a factor of two!
  297.  
  298.  
  299. 03-14-93 ■ Version 3.01
  300.  
  301.            . Registration updates to ZIP'R.  ZIF Editor v1.1
  302.              included in this release.
  303.  
  304.  
  305. 03-09-93 ■ Version 3.0
  306.  
  307.            . Released to public as version 3.0.
  308.  
  309.  
  310. 03-09-93 ■ Version 2.6
  311.  
  312.            . Fixed problem with ZIP'R finding compression programs
  313.              located in the \ZIPR sub-directory if no path was
  314.              specified in the ZIPR.INI.
  315.  
  316.            . Added initial "NO" value to SortedExtraction variable.
  317.  
  318.  
  319. 03-08-93 ■ Version 2.5
  320.  
  321.            . Added .ZIF file example to ZIP'R help screens.
  322.  
  323.            . Removed unnecessary variable declarations from
  324.              ZIPR??.OBJ.
  325.  
  326.            . Fixed problem where DOS would report a "Path not
  327.              found." error message if there was no path.
  328.  
  329.            . Fixed potential problem with closing files that
  330.              may not have been opened.
  331.  
  332.            . Fixed problem with shifting and unshifting non-
  333.              existent DOS variables.  (Compiler corruption
  334.              problem.)
  335.  
  336.            . Compressed executable files to minimize disk space
  337.              used by ZIP'R.  ZIP'R executables now consume about
  338.              140K, instead of 790K!  In addition, the program
  339.              loads more quickly on my test system.  Your mileage
  340.              may vary.
  341.  
  342.            . Streamlined code in ZIPR module to reduce program
  343.              size by about 1K.  (Moved percent variables to
  344.              common section.)
  345.  
  346.  
  347. 03-05-93 ■ Version 2.4
  348.  
  349.            . Unreleased internal version, in preparation for
  350.              ZIP'R v3.0.
  351.  
  352.            . Streamlined code in EXEC module to reduce program
  353.              size by about 1K.
  354.  
  355.            . Streamlined code in INI and REGA modules to reduce
  356.              program size.  Code size reduced by about 2K.
  357.  
  358.            . Modified conventional memory calculation to
  359.              calculate available memory after ZIP'R swaps to
  360.              EMS or disk.
  361.  
  362.            . Added support to ZIP'R to read alternate program
  363.              directory information from a .ZIF file.
  364.  
  365.            . Worked around a problem where "Compression in
  366.              progress..." and "Decompression in progress..."
  367.              error messages were being overwritten by ARJ and
  368.              SQZ.  (Problem related to Use Direct command.)
  369.  
  370.            . Added temporary registration numbers to ZIP'R code
  371.              to allow phone registrations.
  372.  
  373.            . Removed ZIP'R feature matrix variables from ZIP'R,
  374.              since they are not presently being used.
  375.  
  376.            . Added check for a non-existent .ZIF file.  Display
  377.              error message if file can not be found.
  378.  
  379.            . Added "ParameterCount" variable to indicate the
  380.              number of command line parameters.  This variable
  381.              is modified directly when a .ZIF "Parameters"
  382.              string is used.
  383.  
  384.            . Added support to read "Parameters" string generated
  385.              by the ZIF Editor.
  386.  
  387.            . Added command line processing to detect whether
  388.              .ZIF file information should be used instead of
  389.              the command line parameters.
  390.  
  391.            . Modified ProcessCommandLine sub-routine to reduce
  392.              dependence on DOS % variables.
  393.  
  394.            . Moved common routines from ZIPR??.OBJ and
  395.              ZIPRN??.OBJ to EXEC??.OBJ.
  396.  
  397.  
  398. 02-22-93 ■ Version 2.3
  399.  
  400.            . Removed extraneous variable declarations from ARJ,
  401.              LHA, SQZ, ZIP, ERROR, EXEC, and INI modules.
  402.  
  403.            . Added passed parameters P4 - P8 to help screens.
  404.  
  405.            . Added support to handle the display of extremely long
  406.              ZIP'R command lines on the prelog screen.  Lines
  407.              longer than 75 characters are truncated, and a
  408.              warning message is displayed.  The actual command
  409.              line is not affected by this truncation, only the
  410.              display on the prelog screen.
  411.  
  412.            . Moved part of the code in the EXEC??.OBJ module to
  413.              the newly created INI??.OBJ module.
  414.  
  415.            . Added the capability to pass up to eight parameters
  416.              to a program being executed through ZIP'R.  Previous
  417.              versions were limited to four.
  418.  
  419.            . DESQview users must check the setting of:
  420.              Writes text directly to screen.......: [Y]
  421.              Since ZIP'R now uses direct screen writes to perform
  422.              some of its screen operations, this must be set to
  423.              "Y".
  424.  
  425.            . Added code to work around a problem with using direct
  426.              screen writes in combination with box drawing routines.
  427.              Boxes would be drawn incorrectly if BIOS mode was not
  428.              used for these routines.
  429.  
  430.            . Enabled direct video writes if a VGA adaptor is detected.
  431.              This increases the screen display speed under Windows and
  432.              DESQview.
  433.  
  434.            . Added check for /h, /H, or /? as the first parameter on
  435.              the command line, and if so, display the help screen.
  436.              Example:  ZIPR /H
  437.  
  438.            . Changed help screen text color to Bright White to allow
  439.              screen captures to work properly.
  440.  
  441.            . Added check to see if ARJ.EXE, LHA.EXE, SQZ.EXE, PKZIP.EXE,
  442.              or PKUNZIP.EXE are available when needed.  ZIP'R will now
  443.              issue an error message if the proper file can not be found
  444.              in the ZIP'R sub-directory or in the directory specified
  445.              in the ZIPR.INI file (registered versions only).
  446.  
  447.            . Corrected NoZipType error message display when %3 is not
  448.              specified on the command line.
  449.  
  450.            . Added path options for compression programs.  Registered
  451.              users may now specify a path for each compression program
  452.              used by ZIP'R.  These paths are specified under the
  453.              [OPTIONS] section of the ZIPR.INI file.  Each path must
  454.              be on a separate line, and must be followed by a backslash.
  455.  
  456.              Example:  ARJ=C:\COMPRESS\ARJ\
  457.                        LHA=C:\COMPRESS\LHA\
  458.                        SQZ=C:\COMPRESS\SQZ\
  459.                        ZIP=C:\COMPRESS\ZIP\
  460.  
  461.  
  462. 02-14-93 ■ Version 2.2
  463.  
  464.            . Moved CompressionInProgress, DecompressionInProgress,
  465.              DontInterruptCompMessage, and DontInterruptDecompMessage
  466.              subroutines to ERROR??.OBJ file.
  467.  
  468.            . Modified command line display area on the prelog and
  469.              error message screens to only show "ZIPR" or "ZIPRN"
  470.              instead of the fully qualified path.
  471.  
  472.            . Added SQZ to error messages and help screens.
  473.  
  474.            . Added check for invalid compression type.
  475.  
  476.            . Added command line display to all error message screens.
  477.  
  478.            . Corrected NoCommandProcessorOnPath error message, which
  479.              was referencing CONFIG.SYS instead of AUTOEXEC.BAT.
  480.  
  481.            . ZIP'R can now be located in any sub-directory desired.
  482.              Set the ZIPR environment variable to the location of
  483.              the ZIP'R files.  Example:  SET ZIPR=D:\ZIPR
  484.  
  485.  
  486. 02-07-93 ■ Version 2.1
  487.  
  488.            . Added SortedExtraction= option to ZIPR.INI file to allow
  489.              files to be extracted in alphabetical order.  Registered
  490.              users may add the line SortedExtraction=YES to the
  491.              [OPTIONS] section of the ZIPR.INI file.  This feature
  492.              will have the effect of sorting all extracted files by
  493.              name during the extraction process.  This feature works
  494.              with PKZIP/PKUNZIP v1.1, 2.04c, and 2.04e.  It does not
  495.              work with ARJ, LHA, or SQZ at this time.  If future
  496.              versions of these archivers support this option, ZIP'R
  497.              will be updated accordingly.
  498.  
  499.            . Improved AccurateFileSizeCalculation routine to
  500.              compensate for wasted space due to cluster size
  501.              (allocation units) when files are decompressed.  The
  502.              default cluster size used for these calculations is
  503.              4096 bytes.  Registered users may add the statement
  504.              ClusterSize= to the [OPTIONS] section of the ZIPR.INI
  505.              file.  The default value is ClusterSize=4096.  Valid
  506.              cluster sizes are 512, 1024, 2048, 4096, and 8192.
  507.  
  508.            . Added CLS to DontInterruptCompMessage and
  509.              DontInterruptDecompMessage sections.  This eliminated a
  510.              problem where the "Decompression in progress.  Do NOT
  511.              interrupt!" warning message was overwriting the
  512.              "Calculating disk space required for decompression.
  513.              Please wait!" warning message.
  514.  
  515.            . Changed PKUNZIP command line to use the "brief" method
  516.              when calculating the disk space required for successful
  517.              decompression.  This increases the speed of this
  518.              calculation slightly.
  519.  
  520.            . Changed "Calculating required disk space.  Please wait!"
  521.              error message to read, "Calculating disk space required
  522.              for decompression.  Please wait!"
  523.  
  524.            . Added the ability to execute programs that are
  525.              located one sub-directory below the compressed file.
  526.              To utilize this feature, specify the sub-directory
  527.              (enclosed in backslashes) immediately prior to the
  528.              executable file name on the ZIP'R command line.
  529.              Example:  ZIPR C: \TEST TEST ZIP \SUBTEST\PCSHELL
  530.  
  531.            . Added the ability to detect VCPI memory if running
  532.              under MS-DOS 5 with EMM386.EXE loaded.
  533.  
  534.            . Moved prelog and epilog display routines to separate
  535.              PRE??.OBJ module.
  536.  
  537.  
  538. 01-31-93 ■ Version 2.0
  539.  
  540.            . Fixed a bug that would cause ZIP'R to hang if no EMS
  541.              memory manager was present.  (Now detects if QEMM,
  542.              386MAX, or EMM386 is present before checking for EMS
  543.              memory.)
  544.  
  545.            . Fixed a bug that would cause ZIP'R to hang if no VCPI
  546.              provider was present.  (Now detects if QEMM or 386MAX
  547.              is present before checking for VCPI memory.)
  548.  
  549.            . Added support for registered users to defeat the
  550.              accurate file size calculation if disk space is not
  551.              a problem.  The following line should be added
  552.              under the [OPTIONS] section of the ZIPR.INI file:
  553.              AccurateFileSizeCalculation=NO
  554.  
  555.            . Added [OPTIONS] section to the ZIPR.INI file.
  556.  
  557.            . Changed ARJ and LHA command lines to use the shorter
  558.              "List" command instead of "View".  (Speeds up the
  559.              file size calculation.)
  560.  
  561.            . Corrected a problem in the CalculateExactFileSize
  562.              subroutine, where a string variable was being used
  563.              in an "Open" command, causing a myriad of problems.
  564.  
  565.            . Changed logic for more accurate detection of .ARJ, .LZH,
  566.              .SQZ, and .ZIP file information.
  567.  
  568.            . Added code to calculate the exact amount of disk space
  569.              needed to decompress .ARJ, .LZH, and .SQZ files.
  570.  
  571.            . Moved CheckSpaceForDecompression subroutine to EXEC.OBJ.
  572.  
  573.            . Added /x$QZ$$ZQ$.LST switch to SQZ command line to
  574.              prevent error message when attempting to move that file.
  575.  
  576.            . Added CLS to clear the screen before displaying the
  577.              warning message screens.
  578.  
  579.            . Added warning message to wait for disk space calculation.
  580.  
  581.            . Added code to calculate the exact amount of disk space
  582.              needed to decompress a .ZIP file.
  583.  
  584.            . Added code to generate psuedo-random filename for
  585.              temporary token file.  (.TK3)
  586.  
  587.            . Added preliminary support for SQZ.  (Version 1.08.03
  588.              or higher required for "Move" operation.  Does not
  589.              support errorlevels, so use is risky at this time.)
  590.  
  591.  
  592. 01-28-93 ■ Version 1.9
  593.  
  594.            . Added 386MAX installed and version number information
  595.              to prelog screen.
  596.  
  597.            . Added VCPI installed and version number information to
  598.              prelog screen.
  599.  
  600.            . Enhanced prelog screen with additional information.
  601.              (QEMM installed and version, DPMI installed and version,
  602.              EMS version, and XMS version.)
  603.  
  604.            . Added check to see if XMS memory is installed prior to
  605.              evaluating the amount of memory installed.  (Compiler
  606.              documentation recommends this.)
  607.  
  608.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  609.              for compression programs.  (No known problems have been
  610.              encountered, but this step was taken as a precaution.)
  611.  
  612.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  613.              for decompression programs.  (Fixes problem where compressed
  614.              file could get deleted when running under DESQview with very
  615.              small windows.  DOS would issue an out of memory error, but
  616.              no errorlevel would be set because the decompression program
  617.              would not run.)
  618.  
  619.            . Added textured background to error message screens.
  620.  
  621.  
  622. 01-23-93 ■ Version 1.8
  623.  
  624.            . Changed format of ZIPRN.REV file.
  625.  
  626.            . Updated ZIPR.DOC file with ZIPR.INI related information.
  627.  
  628.            . Convert PrelogDelay= and EpilogDelay= statements in ZIPR.INI
  629.              to upper case.
  630.  
  631.            . Moved PrelogDelay and EpilogDelay to separate [DELAYS] section
  632.              in ZIPR.INI.  [DELAYS] section contains PrelogDelay=?? and
  633.              EpilogDelay=?? delays.
  634.  
  635.            . Shortened variable names in ERROR?? module.
  636.  
  637.            . Added "Delaying... ??" message to epilog screen.
  638.  
  639.            . Added registration information to epilog screen.
  640.  
  641.            . Added "Delaying... ??" message to prelog screen.
  642.  
  643.            . Shortened ProcessZIPRINI... variables.
  644.  
  645.            . Isolated problem with opening a non-existent .IN or .OUT
  646.              file.  (LPT1: Not printing.)
  647.  
  648.            . Added EpilogDelay and PrelogDelay options to ZIPR.INI file.
  649.              (Registered version only.)
  650.  
  651.            . Updated prelog to contain additional information about EMS,
  652.              Environment, XMS, DESQview, Windows, and a "Future" section.
  653.  
  654.            . Added compression and decompression in progress warning
  655.              messages.
  656.  
  657.            . Moved individual ARJ, LHA, and ZIP compression routines to
  658.              separate .OBJs.
  659.  
  660.            . Added encryption to COMP??.OBJ file.
  661.  
  662.            . Added [REGISTRATION] section, containing registration name
  663.              and number, to ZIPR.INI file.
  664.  
  665.            . Eliminated unnecessary strings and declarations in various
  666.              modules.
  667.  
  668.            . Reduced code size by using new centering routines.
  669.  
  670.            . Shortened background display routines for all screens.
  671.  
  672.            . Convert ZIPR.INI [-------] statements to uppercase before
  673.              processing.
  674.  
  675.            . Now closing .IN, .OUT, and .INI files after reading.
  676.  
  677.            . Added support to read ZIPR.INI file.
  678.  
  679.            . Added copyright notice to prelog screen and documentation.
  680.  
  681.            . Added ZIPREnvironment internal variable.
  682.  
  683.            . Combined COMP.OBJ and COMPN.OBJ routines into single
  684.              COMP??.OBJ file.
  685.  
  686.  
  687. 01-09-93 ■ Version 1.7
  688.  
  689.            . Increased non-registered delays to 10 seconds for prelog and
  690.              epilog.
  691.  
  692.            . Changed order of ZIP options to go from least to most
  693.              compression.
  694.  
  695.            . Located and worked around "tilde problem" in compiler.
  696.  
  697.            . Moved compression subroutines into a separate COMPN??.OBJ
  698.              file.
  699.  
  700.            . Added support for PKZIP 2.04c command line troubleshooting
  701.              parameters.  Extended PKZIP parameters can be used by
  702.              selecting codes from a chart shown in the ZIPR.DOC file.
  703.  
  704.            . Some advanced ZIP options have changed: ZIP0, ZIP2, and ZIP3
  705.              can ONLY be used for PKZIP 2.0.  Removed support for old PKZIP
  706.              1.1 -ei parameter. (ZIP2)   ZIP1 and ZIP4 are compatible with
  707.              both PKZIP 1.1 and 2.0.  See ZIPR.DOC for more information.
  708.  
  709.            . Added support for new PKZIP 2.04c command line compression
  710.              parameters.  Be cautious when upgrading, as this version of
  711.              PKZIP has some documented problems.  Read the trouble-shooting
  712.              section of the PKZIP documentation for more information.
  713.  
  714.            . Added trailing backslash to internal ZIPRPath variable.
  715.  
  716.            . Updated help screen display and information.
  717.  
  718.            . Clear screen prior to compression and after decompression.
  719.  
  720.            . Display COMSPEC path to command processor on prelog screen.
  721.  
  722.            . Display error message if COMMAND.COM is not on the path.
  723.              (DR DOS Problem.)
  724.  
  725.            . Revamped error message display routines and screens.
  726.  
  727.            . Changed the order that ZIP'R looks for executables to match
  728.              DOS.  (.COM, .EXE, .BAT)
  729.  
  730.            . Display help screen after all error messages.
  731.  
  732.  
  733. 01-03-93 ■ Version 1.6
  734.  
  735.            . Added code to center registered and non-registered text.
  736.  
  737.            . Improved insufficient disk space logic when compressed file
  738.              doesn't exist.
  739.  
  740.            . Adjusted insufficient disk space check up to 2.5.
  741.              (60% compression)
  742.  
  743.            . Added check for insufficient disk space before decompression
  744.              begins.
  745.  
  746.            . Added check for a non-existent program name.
  747.  
  748.            . Moved common code from ZIPR.OBJ and ZIPRN.OBJ to EXEC.OBJ.
  749.  
  750.            . Disabled Prelog screen if PrelogDelayTime is 0.
  751.  
  752.            . Disabled Epilog screen if EpilogDelayTime is 0.
  753.  
  754.            . Corrected minor centering problem on prelog screen.
  755.  
  756.            . Added separate delay times for Prelog and Epilog Screens.
  757.  
  758.            . Added Environment Space Available and EMS Memory Available
  759.              display.
  760.  
  761.            . Encrypted text messages in ERROR.OBJ.
  762.  
  763.  
  764. 12-26-92 ■ Version 1.5
  765.  
  766.            . First non-beta release!  All known bugs have been squashed.
  767.  
  768.            . Corrected minor centering problem when displaying command
  769.              line.
  770.  
  771.            . ZIP'R now checks to see if the proper decompression program is
  772.              available.
  773.  
  774.            . Added safety check to log to proper directory after program
  775.              execution.
  776.  
  777.            . Added safety check to log to proper directory prior to program
  778.              execution.
  779.  
  780.            . Added code to perform operations prior/subsequent to program
  781.              execution.  ZipFile.IN commands are passed to COMMAND.COM
  782.              prior to program.  ZipFile.OUT commands are passed to
  783.              COMMAND.COM subsequent to program.
  784.  
  785.            . Added check to prevent compressing the \ZIPR sub-directory.
  786.  
  787.            . Removed unnecessary variable declarations.
  788.  
  789.            . Added TokenName variable to reduce code size and complexity.
  790.  
  791.            . Removed internal dependence on %1 and %2 variables.
  792.  
  793.            . Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  794.  
  795.            . Split main program and message screens into separate modules.
  796.              (<64K .OBJ)
  797.  
  798.            . Removed internal dependence on %3 and %5 variables.
  799.  
  800.            . Solved cursor problems using a combination of methods.  Re-
  801.              enabled cursor after prelog, epilog, help, and error
  802.              screens.  Eliminated cursor prior to prelog, epilog, help, and
  803.              error screens.  Positioned cursor at the bottom of the screen
  804.              during ZIP'R messages.
  805.  
  806.            . Re-enabled cursor during prelog, epilog, help, and error
  807.              screens.  Stowaway would not display the cursor when run
  808.              through ZIP'R.  Rolodex Live! would not display the cursor
  809.              when run through ZIP'R.
  810.  
  811.  
  812. 12-16-92 ■ Version 1.4ß
  813.  
  814.            . If you are updating ZIP'R from a version older than
  815.              1.2ß, rename the file ZIPR.COM to ZIPR.OLD, and the file
  816.              ZIPRN.COM to ZIPRN.OLD.  Copy the new files into the
  817.              \ZIPR sub-directory.  You may have to update menu
  818.              programs, Windows, and DESQview to reflect the new .EXE
  819.              extensions for ZIPR.EXE and ZIPRN.EXE.
  820.  
  821.            . Added subroutine to center command line display.
  822.  
  823.            . Added command line display to prelog screen.
  824.  
  825.            . Removed trailing spaces at the end of some statements.
  826.  
  827.            . Replaced %ZIPR% environment variable with internal ZIPRPath
  828.              variable.
  829.  
  830.            . Eliminated cursor during prelog, epilog, help and error
  831.              screens.
  832.  
  833.            . Added DelayTime variable to adjust the registered/non-
  834.              registered delays.
  835.  
  836.            . Added ZIPRVersion variable to easily update version numbers.
  837.  
  838.            . Added encryption to variables and command lines.
  839.  
  840.            . Fixed problems with various ZIP'R messages not clearing the
  841.              screen.
  842.  
  843.            . Converted many existing lines of code into various
  844.              subroutines.
  845.  
  846.            . Updated and enhanced prelog, epilog, help, and error message
  847.              screens.
  848.  
  849.            . Fixed missing quotes in ErrorCode variables.
  850.  
  851.            . Incorporated all help/error/prelog/epilog screens into ZIP'R.
  852.              Created subroutines for Prelog, Epilog, Help, and Error
  853.              Messages.  ERRORN.COM file is no longer needed.  ZIP'R version
  854.              1.4ß no longer requires the ERRORN.COM file.  Rename this
  855.              file ERRORN.OLD.
  856.  
  857.            . Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  858.  
  859.  
  860. 12-11-92 ■ Version 1.3ß
  861.  
  862.            . Changed "Done" section to use BLDChDrive and BLDChDir instead
  863.              of "Run".
  864.  
  865.            . Optimized "Quit" section using "Contains" to reduce code size.
  866.  
  867.            . Replaced "Run ERASE ..." statements with "BLDDel" to increase
  868.              speed.
  869.  
  870.            . Now using "RunString" on decompression commands to return
  871.              ERRORLEVEL.
  872.  
  873.            . Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4
  874.              variables.
  875.  
  876.            . Removed extraneous ^^ symbols from strings.
  877.  
  878.            . Added DecompressZipFile subroutine.
  879.  
  880.            . Added CompressUsingARJ subroutine.
  881.  
  882.            . Added CompressUsingLHA subroutine.
  883.  
  884.            . Added CompressUsingZIP subroutine.
  885.  
  886.            . Fixed problem handling lowercase %4 input using ZipType
  887.              variable.
  888.  
  889.  
  890. 12-05-92 ■ Version 1.2ß
  891.  
  892.            . Now loading secondary command processor to improve
  893.              reliability.
  894.  
  895.            . Changed delay timer to new format (WAIT).
  896.  
  897.            . Use internal CHDIR and CHDRIVE commands to increase speed.
  898.  
  899.            . Swap ZIP'R to EMS/Disk to reduce overhead when running
  900.              .COM/.EXE.  After swapping, only about 2.5K of ZIP'R remains.
  901.  
  902.            . Now counting command line parameters and sending only those
  903.              needed.
  904.  
  905.            . Added LogToDriveAndDirectory Subroutine.
  906.  
  907.            . Command line parameters now converted to UPPERCASE.
  908.  
  909.            . New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be
  910.              deleted.
  911.  
  912.            . Changed to totally new compiler.  (Many nagging bugs fixed!)
  913.  
  914.  
  915. 11-28-92 ■ Version 1.1ß
  916.  
  917.            . Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes
  918.              this.)
  919.  
  920.            . Recompiled with new compiler.  (Fixes passed parameter
  921.              problems.)
  922.  
  923.  
  924. 11-15-92 ■ Version 1.0ß
  925.  
  926.            . Added ERROR.COM file for ZIPR specific error/help messages.
  927.  
  928.            . Removed delays after HELP, PATHERR, and ROOTERR messages.
  929.  
  930.            . Positioned cursor at bottom of screen after error/help
  931.              messages.
  932.  
  933.            . Enhanced error screens with color.
  934.  
  935.            . Moved help screens and error messages to external file.
  936.  
  937.            . Updated ZIP'R help screen to show version number.
  938.  
  939.  
  940. 11-06-92 ■ Version 0.9ß
  941.  
  942.            . Corrected mistake in PATHERR error message.
  943.  
  944.            . Recompiled with new compiler.  (ZIPR.COM size is now
  945.              smaller.)
  946.  
  947.            . Shortened ARJ, LHA, and ZIP decompression routines.
  948.  
  949.  
  950. *** Created Network/Multitasker version of ZIP'R ***
  951.     Standard version of ZIP'R = ZIPR.COM
  952.     Network/Multitasker version of ZIP'R = ZIPRN.COM
  953.  
  954.  
  955. 10-27-92 ■ Version 0.8ß
  956.  
  957.            . Extended non-registered delay to 8 seconds.
  958.  
  959.            . Separated DRIVE: and \PATH command line parameters.
  960.  
  961.            . Updated documentation with DoorWay information.
  962.  
  963.            . Added support for various ZIP compression levels.
  964.  
  965.            . Tightened up ARJ command line code to reduce program size.
  966.  
  967.            . Re-worded help screen to reduce program size.
  968.  
  969.  
  970. 10-25-92 ■ Version 0.7ß
  971.  
  972.            . Added support for various ARJ compression levels.
  973.  
  974.            . Removed support for lower case letters on command line.
  975.  
  976.            . Removed support for mixed upper/lower case letters on command
  977.              line.
  978.  
  979.            . Added ARJT command line option to invoke archive integrity
  980.              check for ARJ.
  981.  
  982.            . Added /z2 option to LHA command line, disabling archived file
  983.              compression.
  984.  
  985.            . Added -js option to ARJ command line, disabling archived file
  986.              compression.
  987.  
  988.            . Updated ZIPR help screen examples to match ZIPR.DOC file.
  989.  
  990.            . Updated ZIPR.DOC file with DESQview information.
  991.  
  992.            . Added additional information to ZIPR.DOC file.
  993.  
  994.  
  995. 10-24-92 ■ Version 0.6ß
  996.  
  997.            . First version released to the general public via The Bertha
  998.              BBS.
  999.  
  1000.            . Extended non-registered delay to 7 seconds.
  1001.  
  1002.            . Updated ZIPR.DOC file.
  1003.  
  1004.            . Updated command line examples.
  1005.  
  1006.            . Added ZIP'R version number to delay screen.
  1007.  
  1008.            . Changed Par1 - Par5 to P1 - P5.
  1009.  
  1010.            . Updated help screen to correct command line sequence.
  1011.  
  1012.  
  1013. 10-22-92 ■ Version 0.5ß
  1014.  
  1015.            . Added commands to "bail out" if incorrect parameter %4 is
  1016.              entered.
  1017.  
  1018.            . Changed order of command line parameters to a more logical
  1019.              order.
  1020.  
  1021.            . Updated help screens.
  1022.  
  1023.            . Added a check for no/incorrect path entered.
  1024.  
  1025.  
  1026. 10-21-92 ■ Version 0.4ß
  1027.  
  1028.            . Updated compiler commands for faster text display.
  1029.  
  1030.            . Added a root directory check to prevent compressing the entire
  1031.              drive.
  1032.  
  1033.            . Added help screen when no parameters are entered on the
  1034.              command line.
  1035.  
  1036.            . Added a check for passed parameter %5, disabling parameters
  1037.              when blank.
  1038.  
  1039.  
  1040. 10-21-92 ■ Version 0.3ß
  1041.  
  1042.            . Centered ANSI registration screens.
  1043.  
  1044.            . Added support for passing parameters to applications.
  1045.  
  1046.            . Changed name to ZIP'R to avoid conflicts with existing
  1047.              software.
  1048.  
  1049.            . Added automatic batch file detection, eliminating %4.
  1050.              (Performs CALL)
  1051.  
  1052.            . Changed compression type from NUL to NONE.
  1053.  
  1054.            . %4 now indicates the type of compression desired (ARJ, LHA,
  1055.              ZIP, NONE).
  1056.  
  1057.            . Added ANSI registration screen when exiting ZIP'R.
  1058.  
  1059.            . Updated internal paths to reflect the new name (ZIPR vs
  1060.              ZIPPER).
  1061.  
  1062.  
  1063. 10-20-92 ■ Version 0.2ß
  1064.  
  1065.            . Added ANSI registration screen when ZIP'R (ZIPPER) begins.
  1066.  
  1067.  
  1068. 10-20-92 ■ Version 0.1ß
  1069.  
  1070.            . Changed format to circumvent MS-DOS / DR-DOS compatibility
  1071.              problem.
  1072.  
  1073.            . Altered parameter order to a more logical sequence.
  1074.  
  1075.  
  1076. 10-20-92 ■ Version 0.0ß
  1077.  
  1078.            . Initial version of ZIP'R (ZIPPER) compiled.
  1079.